[index]

/ (Division) Operator

Syntax: <dividend>/<divisor>

Description

The / (division) operator divides the numeric expression to its left by the numeric expression to its right.

Notes

Examples

Type the following lines in the Message Box and press Enter after each line: put 30 into number1 put 3 into number2 put number1 / number2
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.